ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / FlexGridBase<T> Class / AutoSearch Property






In This Topic
    AutoSearch Property (FlexGridBase<T>)
    In This Topic
    Gets or sets a value that determines whether the grid should search for cells as the users types into read-only cells.
    Syntax
    'Declaration
     
    
    Public Property AutoSearch As System.Boolean
    'Usage
     
    
    Dim instance As FlexGridBase(Of T)
    Dim value As System.Boolean
     
    instance.AutoSearch = value
     
    value = instance.AutoSearch
    public System.bool AutoSearch {get; set;}
    public read-write property AutoSearch: System.Boolean; 
    public function get,set AutoSearch : System.boolean
    public: __property System.bool get_AutoSearch();
    public: __property void set_AutoSearch( 
       System.bool value
    );
    public:
    property System.bool AutoSearch {
       System.bool get();
       void set (    System.bool value);
    }
    See Also